github.com/klauspost/compress/flate.decompressor.dict (field)
20 uses
github.com/klauspost/compress/flate (current package)
inflate.go#L315: dict dictDecoder
inflate.go#L399: f.toRead = f.dict.readFlush() // Flush what's left in case of error
inflate.go#L431: f.toRead = f.dict.readFlush() // Flush what's left in case of error
inflate.go#L621: f.toRead = f.dict.readFlush()
inflate.go#L633: buf := f.dict.writeSlice()
inflate.go#L641: f.dict.writeMark(cnt)
inflate.go#L647: if f.dict.availWrite() == 0 || f.copyLen > 0 {
inflate.go#L648: f.toRead = f.dict.readFlush()
inflate.go#L657: if f.dict.availRead() > 0 {
inflate.go#L658: f.toRead = f.dict.readFlush()
inflate.go#L785: dict: f.dict,
inflate.go#L788: f.dict.init(maxMatchOffset, dict)
inflate.go#L808: f.dict.init(maxMatchOffset, nil)
inflate.go#L827: f.dict.init(maxMatchOffset, dict)
inflate_gen.go#L27: fnb, fb, dict := f.nb, f.b, &f.dict
inflate_gen.go#L278: fnb, fb, dict := f.nb, f.b, &f.dict
inflate_gen.go#L529: fnb, fb, dict := f.nb, f.b, &f.dict
inflate_gen.go#L780: fnb, fb, dict := f.nb, f.b, &f.dict
inflate_gen.go#L1031: fnb, fb, dict := f.nb, f.b, &f.dict
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |